Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 15, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/cache action major v4v5 age confidence
actions/checkout action major v5v6 age confidence
actions/download-artifact action major v6v7 age confidence
actions/upload-artifact action major v5v6 age confidence
apple_support bazel_dep major 1.24.52.1.0 age confidence
bazel minor 8.4.28.5.0 age confidence
bazel_jar_jar bazel_dep patch 0.1.110.1.12 age confidence
bazel_skylib bazel_dep minor 1.8.21.9.0 age confidence
buildifier_prebuilt bazel_dep patch 8.2.18.2.1.1 age confidence
contrib_rules_jvm bazel_dep minor 0.27.00.31.1 age confidence
protobuf bazel_dep minor 33.133.3.bcr.1 age confidence
rules_android bazel_dep minor 0.6.60.7.0 age confidence
rules_cc bazel_dep patch 0.2.140.2.16 age confidence
rules_java bazel_dep minor 9.1.09.3.0 age confidence
rules_kotlin bazel_dep patch 2.2.02.2.2 age confidence
rules_pkg (source) bazel_dep minor 1.1.01.2.0 age confidence
softprops/action-gh-release action minor v2.4.1v2.5.0 age confidence
toolchains_llvm bazel_dep minor 1.5.01.6.0 age confidence
ubuntu github-runner major 22.0424.04 age confidence
org.jacoco:jacoco-maven-plugin (source) build patch 0.8.110.8.14 age confidence
com.code-intelligence:cifuzz-maven-extension (source) build minor 1.7.01.15.0 age confidence
com.google.protobuf:protobuf-java (source) compile major 3.25.54.33.3 age confidence
com.google.truth:truth test patch 1.4.01.4.5 age confidence
org.junit.platform:junit-platform-launcher (source) test major 1.10.26.0.2 age confidence
org.junit.platform:junit-platform-commons (source) test major 1.10.26.0.2 age confidence
org.junit.jupiter:junit-jupiter-params (source) test major 5.10.26.0.2 age confidence
org.junit.jupiter:junit-jupiter-api (source) test major 5.10.26.0.2 age confidence
org.junit.jupiter:junit-jupiter-engine (source) test major 5.10.26.0.2 age confidence

Release Notes

actions/cache (actions/cache)

v5

Compare Source

actions/checkout (actions/checkout)

v6

Compare Source

actions/download-artifact (actions/download-artifact)

v7

Compare Source

actions/upload-artifact (actions/upload-artifact)

v6

Compare Source

bazelbuild/apple_support (apple_support)

v2.1.0

Compare Source

What's Changed

Full Changelog: bazelbuild/apple_support@2.0.0...2.1.0

This release is compatible with 7.x LTS, 8.x LTS, and rolling releases.

MODULE.bazel Snippet
bazel_dep(name = "apple_support", version = "2.1.0", repo_name = "build_bazel_apple_support")

v2.0.0

Compare Source

Breaking changes

As of this release, we've removed WORKSPACE support from the rules. Projects that still depend on WORKSPACE should not update beyond 1.24.5, or can look at #​487 to see what the dependencies are at any given time. WORKSPACE support is removed completely from Bazel starting in Bazel 9.

What's Changed

Full Changelog: bazelbuild/apple_support@1.24.5...2.0.0

This release is compatible with 7.x LTS, 8.x LTS, and rolling releases.

MODULE.bazel Snippet
bazel_dep(name = "apple_support", version = "2.0.0", repo_name = "build_bazel_apple_support")
bazelbuild/bazel (bazel)

v8.5.0

Compare Source


Release Notes:

bazeltools/bazel_jar_jar (bazel_jar_jar)

v0.1.12

Using Bzlmod

  1. Enable with common --enable_bzlmod in .bazelrc (default with Bazel 7).
  2. Add to your MODULE.bazel file:
bazel_dep(name = "bazel_jar_jar", version = "0.1.12")

Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "bazel_jar_jar",
    sha256 = "6f153cc3eef225d4a2394f4cbad3935f578ef3aa268b578c7b179d895f1ae37d",
    strip_prefix = "bazel_jar_jar-0.1.12",
    url = "https://github.com/bazeltools/bazel_jar_jar/releases/download/v0.1.12/bazel_jar_jar-v0.1.12.tar.gz",
)

load(
    "@​com_github_johnynek_bazel_jar_jar//:jar_jar.bzl",
    "jar_jar_repositories",
)

jar_jar_repositories()

What's Changed

New Contributors

Full Changelog: bazeltools/bazel_jar_jar@v0.1.11...v0.1.12

bazelbuild/bazel-skylib (bazel_skylib)

v1.9.0

Compare Source

What's Changed

  • Optimize copy_file and set allow_symlink by default to True if is_executable is False (#​565)
  • Give rules/private:is_windows an empty applicable_license (#​600)
  • Bump rules_go dependency for compatibility with Bazel 9 (#​601)

Contributors:
@​fdinoff, @​fmeum, @​fweikert, @​susinmotion

Full Changelog: bazelbuild/bazel-skylib@1.8.2...1.9.0

keith/buildifier-prebuilt (buildifier_prebuilt)

v8.2.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: keith/buildifier-prebuilt@8.2.1...8.2.1.1

Bazel Module Snippet

bazel_dep(
    name = "buildifier_prebuilt",
    version = "8.2.1.1",
    dev_dependency = True,
)

Workspace Snippet

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "buildifier_prebuilt",
    sha256 = "0a9ea71b0fee1f85c0f7971a036521938aeb68b2e41bf2b5c079e8549fd91cb1",
    strip_prefix = "buildifier-prebuilt-8.2.1.1",
    urls = [
        "http://github.com/keith/buildifier-prebuilt/archive/8.2.1.1.tar.gz",
    ],
)

load("@​buildifier_prebuilt//:deps.bzl", "buildifier_prebuilt_deps")

buildifier_prebuilt_deps()

load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")

bazel_skylib_workspace()

load("@​buildifier_prebuilt//:defs.bzl", "buildifier_prebuilt_register_toolchains")

buildifier_prebuilt_register_toolchains()
bazel-contrib/rules_jvm (contrib_rules_jvm)

v0.31.1

contrib_rules_jvm only supports bzlmod-enabled builds

Module setup

In your MODULE.bazel:

bazel_dep(name = "contrib_rules_jvm", version = "0.31.1")

What's Changed

  • Fix attribute merging issues on java_library and java_test_suite when using mapped kinds by @​jeffmace in #​386
  • chore: update aspect_bazel_lib to latest bazel_lib by @​sitaktif in #​388

New Contributors

Full Changelog: bazel-contrib/rules_jvm@v0.31.0...v0.31.1

v0.30.0

contrib_rules_jvm only supports bzlmod-enabled builds

Module Setup

In your MODULE.bazel:

bazel_dep(name = "contrib_rules_jvm", version = "0.30.0")

Important Changes

  • This release changes how the JUnit5 runner reports test names to better support parameterised and other custom tests.
  • The java gazelle plugin will now respect java_export targets. Targets will depend on these rather than individual constituent java_library targets to ensure that each java_library target is only included in one java_export

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_jvm@v0.29.0...v0.30.0

v0.29.0

WORKSPACE snippet:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "contrib_rules_jvm",
    sha256 = "44c4946567adb9f7218b1eea7ad512e0af7189f66673c3ebe94b484ac5c246a7",
    strip_prefix = "rules_jvm-0.29.0",
    url = "https://github.com/bazel-contrib/rules_jvm/releases/download/v0.29.0/rules_jvm-v0.29.0.tar.gz",
)

# Fetches the contrib_rules_jvm dependencies.

# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
load("@​contrib_rules_jvm//:repositories.bzl", "contrib_rules_jvm_deps")

contrib_rules_jvm_deps()

# Now ensure that the downloaded deps are properly configured
load("@​contrib_rules_jvm//:setup.bzl", "contrib_rules_jvm_setup")

contrib_rules_jvm_setup()

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_jvm@v0.28.0...v0.29.0

v0.28.0

contrib_rules_jvm only supports bzlmod-enabled builds

Module setup

In your MODULE.bazel

bazel_dep(name = "contrib_rules_jvm", version = "0.28.0")

What's Changed

  • Drop support for workspace-based builds (#​321)
  • Bump lowest supported Java version to 8 in our build files (#​307)
  • Allow passing empty 'package' to 'java_test_suite' (#​312)
  • Add support for @​AfterAll in XML report (#​300)
  • Bump pmd to 7.7.0 (#​309)
  • Add support for transforming Checkstyle XML output to JUnit XML (#​283)
  • Optimize junit dependencies for each test target (#​303)
  • Gazelle: detect any directory with /test in path as test package (#​297)
  • Add timestamp and hostname to testsuite xml (#​294)
  • Escape invalid XML chars in testCase and testSuite names (#​284)

Full Changelog: bazel-contrib/rules_jvm@v0.27.0...v0.28.0

protocolbuffers/protobuf (protobuf)

v33.3: Protocol Buffers v33.3

Announcements

  • Protobuf News may include additional announcements or pre-announcements for upcoming changes.

Bazel

  • Fix: cc_toolchain should prefer protoc when prebuilt flag is flipped. (#​25168) (7b30360)
  • Locked down visibility of the new flags and config settings. (04ca1b7)
  • Feat(bazel): wire up prebuilt protoc toolchain (#​24115) (aeaede0)

Compiler

  • Create editions test_utils to fix existing brittle tests in command_line_interface_unittest and code_generator_unittest. (cb0a8c5)
  • Add edition unstable for development work. (44e090c)
  • Add conformance test for edition unstable (d167dd0)

C++

  • Add edition unstable for development work. (44e090c)
  • Add conformance test for edition unstable (d167dd0)

Java

  • Add conformance test for edition unstable (d167dd0)
  • Correctly apply JSON recursion limit when parsing an Any-of-Any. (94c7f73)

Csharp

  • Add conformance test for edition unstable (d167dd0)

Python

UPB (Python/PHP/Ruby C-Extension)

  • Add conformance test for edition unstable (d167dd0)
  • Fix unused parameter warnings. (cd0cb21)

Other

  • Don't ignore platform requirements (aeedbc6)
  • Update GitHub Actions to use macOS-14 (again). (f7b18f8)
  • Delete redundant ARM tests (d4e7a81)
  • Protobuf: update php from macos-13 to macos-15-intel (9027d6b)
  • Update GitHub Actions to use macOS-14. (f0907f3)

What's Changed


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all branch 11 times, most recently from d3e5dc1 to cdfb453 Compare October 20, 2025 09:58
@renovate renovate bot force-pushed the renovate/all branch 13 times, most recently from e573657 to 0965f21 Compare October 29, 2025 13:08
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 019e199 to 094c16e Compare October 31, 2025 11:22
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 2767005 to 1ac8522 Compare December 9, 2025 10:08
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from 47e5bd8 to c343abe Compare December 16, 2025 17:34
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from e548661 to 7a0c0de Compare December 22, 2025 12:03
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 0dc6da6 to 1e389eb Compare January 3, 2026 02:07
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 8b3e83b to 51835a5 Compare January 10, 2026 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant